home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / FNTPAK32.ZIP / EVERYONE.EXE / PACKLIST.ALL < prev    next >
Text File  |  1995-08-16  |  4KB  |  101 lines

  1.  
  2.  
  3.    Packing List for routines used by ALL supported programming languages:
  4.  
  5.             C
  6.  
  7.             Pascal
  8.  
  9.             Microsoft BASICs:  QuickBASIC, PDS, Visual Basic DOS
  10.  
  11.             PowerBASIC
  12.  
  13.    ======================================================================
  14.  
  15.    When you ran EVERYONE.Exe, you unpacked Font Pak OBJ files that you
  16.    may use with ALL supported languages.  Many of these files are
  17.    REQUIRED to run Font Pak's DEMO programs.
  18.  
  19.    If your language uses Quick Libraries, you may want to create a "QLB"
  20.    before you run the demos.  RUN Basic.Exe or C.Exe, then read it's
  21.    packing list for instructions on creating a Quick Library.
  22.  
  23.    ========================== SHAREWARE versions
  24.  
  25.    SKIP THIS section if you received a REGISTERED version from us.
  26.  
  27.    In SHAREWARE versions, most of Font Pak's support routines are in ONE
  28.    OBJ or LIB file.  Just link this OBJ/LIB to your programs to try out
  29.    every option -and- run the demo programs
  30.  
  31.    NOTE:  To run the demo programs you must also link:
  32.  
  33.      1. The "callable fonts" described below under "REQUIRED to run
  34.         Demo Pograms".
  35.  
  36.      2. The "ONDISK_?.?" routine you extract when you run C.Exe,
  37.         Pascal.Exe, Basic.Exe.
  38.  
  39.         File Name         Description
  40.         ============      ===============================================
  41.  
  42.         Font_Pak LIB      ALL functions for C and ALL Microsoft BASICs
  43.                           (medium model)
  44.  
  45.         FontPakP OBJ      ALL functions for Pascal and PowerBASIC 3.x
  46.  
  47.    NOTE:  It is VERY important that you link the right version!  Pascal
  48.           and PowerBASIC use different approaches to return values than
  49.           do C and Microsoft BASICs.
  50.  
  51.  
  52.    ========================== REGISTERED versions
  53.  
  54.    In REGISTERED versions we supply separate OBJs so you you can "pick
  55.    & choose" what support you want.  This lets you link only what you
  56.    need, and keep EXE sizes as small as possible.  For example, Font Pak
  57.    includes HUNDREDS of custom cursor shapes or symbols/icons.  If you
  58.    don't need these, you can save thousands of bytes in EXE files by
  59.    not linking them.
  60.  
  61.         File Name         Description
  62.         ============      ===============================================
  63.         FONT_PAK LIB      A ".LIB" file for Microsoft BASICs and C (medium
  64.                           model) containing all OBJs listed below. (We
  65.                           also include Small and Large model versions
  66.                           for C users.)
  67.  
  68.         FONTS    OBJ      Essential routines to change fonts in TEXT mode
  69.  
  70.         VIDEO    OBJ      Contains video-related routines, including
  71.                           function GetMonitor to tell you if an EGA
  72.                           or VGA monitor is being used (only EGAs and
  73.                           VGAs -- or compatibles -- can change fonts
  74.                           in text mode)
  75.  
  76.         GFX_FONT OBJ      GRAPHICS mode font-change routines
  77.  
  78.         MOUSE    OBJ      Mouse routines (for C and Microsoft BASICs -- ONLY!)
  79.         MOUSE_P  OBJ      Mouse routines (for Pascal and PowerBASIC  -- ONLY!)
  80.  
  81.         LDCURSOR OBJ      Library of TEXT-mode mouse cursor shapes
  82.         LDGFXCUR OBJ      Library of GRAPHICS-mode mouse cursor shapes
  83.         LDSYMBOL OBJ      Library of SYMBOLS (or icons)
  84.  
  85.         ====================== REQUIRED to run Demo Programs
  86.  
  87.         The following files are used in Font Pak's demo programs.
  88.  
  89.         BIGSANSR F16      Font Pak font files.  Needed to demonstrate how
  90.         OLDENG_5 F16      to load fonts from disk files (do NOT delete).
  91.         SCRIPT_3 F16
  92.  
  93.         FRAZZL16 OBJ      These are examples of "callable fonts."  Just LINK
  94.         HOLLOW9  OBJ      them to your programs, then call fontname (Block).
  95.         SCRIPT1  OBJ      To create "callable fonts," use Font2Asm.Exe
  96.         TINY04   OBJ      and any MASM-compatible assembler (like A86.Com).
  97.  
  98.                           We include BOTH Font2Asm.Exe and A86.Com in
  99.                           REGISTERED versions.
  100.  
  101.